mime/multipart.Writer.boundary (field)

8 uses

	mime/multipart (current package)
		writer.go#L22: 	boundary string
		writer.go#L31: 		boundary: randomBoundary(),
		writer.go#L37: 	return w.boundary
		writer.go#L69: 	w.boundary = boundary
		writer.go#L76: 	b := w.boundary
		writer.go#L106: 		fmt.Fprintf(&b, "\r\n--%s\r\n", w.boundary)
		writer.go#L108: 		fmt.Fprintf(&b, "--%s\r\n", w.boundary)
		writer.go#L173: 	_, err := fmt.Fprintf(w.w, "\r\n--%s--\r\n", w.boundary)